home *** CD-ROM | disk | FTP | other *** search
- object NetPDNew: TNetPDNew
- Left = 200
- Top = 108
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'NetPD: New Winsock Application detected'
- ClientHeight = 219
- ClientWidth = 467
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- KeyPreview = True
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 467
- Height = 25
- Align = alTop
- BevelInner = bvRaised
- BevelOuter = bvLowered
- Caption = 'Warning!'
- Font.Charset = ANSI_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object Memo1: TMemo
- Left = 0
- Top = 25
- Width = 467
- Height = 153
- TabStop = False
- Align = alClient
- Alignment = taCenter
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = True
- Lines.Strings = (
-
- 'NetPD detected attempt from unlisted application to establish In' +
- 'ternet connection:'
- ''
- '<AppTitle>'
- '<AppName>'
- ''
- 'Connecting to:'
- ''
- '<PeerName>'
- ''
- 'Place new program in one of the lists..')
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 1
- end
- object Panel2: TPanel
- Left = 0
- Top = 178
- Width = 467
- Height = 41
- Align = alBottom
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 2
- object Deny: TButton
- Left = 216
- Top = 8
- Width = 75
- Height = 25
- Caption = '&Deny'
- TabOrder = 0
- OnClick = DenyClick
- end
- object Warn: TButton
- Left = 296
- Top = 8
- Width = 75
- Height = 25
- Caption = '&Warn'
- TabOrder = 1
- OnClick = WarnClick
- end
- object Accept: TButton
- Left = 376
- Top = 8
- Width = 75
- Height = 25
- Caption = '&Accept'
- Default = True
- TabOrder = 2
- OnClick = AcceptClick
- end
- object CheckBox1: TCheckBox
- Left = 8
- Top = 8
- Width = 105
- Height = 17
- Caption = '&This session only'
- TabOrder = 3
- end
- object Help: TButton
- Left = 128
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 4
- OnClick = HelpClick
- end
- end
- end
-